projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
526c262
)
; Fix last change in lisp.h.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 24 Feb 2024 09:27:12 +0000
(11:27 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 24 Feb 2024 09:27:12 +0000
(11:27 +0200)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 309bea022389028fe7354ec359b566feb553ee15..f353e4956ebc5d6d137f98a7e1262cc1ed6dde11 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-5153,7
+5153,7
@@
extern bool build_details;
/* 0 not a daemon, 1 foreground daemon, 2 background daemon. */
extern int daemon_type;
#define IS_DAEMON (daemon_type != 0)
-/*
True means daemon-initialized has not yet been called.
*/
+/*
Non-zero means daemon-initialized has not yet been called.
*/
#define DAEMON_RUNNING (daemon_type >= 0)
#else /* WINDOWSNT */
extern void *w32_daemon_event;